object Form12: TForm12 Left = 356 Top = 289 ActiveControl = Button1 BorderIcons = [biSystemMenu] BorderStyle = bsSingle Caption = 'FreeRAM XP Pro Memory Report' ClientHeight = 264 ClientWidth = 303 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Icon.Data = {} OldCreateOrder = False Position = poScreenCenter ShowHint = True OnClose = FormClose PixelsPerInch = 96 TextHeight = 13 object RichEdit1: TRichEdit Left = 7 Top = 9 Width = 288 Height = 217 Hint = 'Displays information about your computer.' PlainText = True PopupMenu = PopupMenu1 ReadOnly = True ScrollBars = ssVertical TabOrder = 0 end object Button1: TButton Left = 6 Top = 233 Width = 70 Height = 25 Hint = 'Close this window' Cancel = True Caption = '&Close' Default = True TabOrder = 1 OnClick = Button1Click end object Button2: TButton Left = 80 Top = 233 Width = 70 Height = 25 Hint = 'Refresh the information above' Caption = '&Update' TabOrder = 2 OnClick = Button2Click end object Button3: TButton Left = 153 Top = 233 Width = 70 Height = 25 Hint = 'Save the text above to a file on your hard drive' Caption = '&Save' TabOrder = 3 OnClick = Button3Click end object Button4: TButton Left = 227 Top = 233 Width = 70 Height = 25 Hint = 'Print the text above' Caption = '&Print' TabOrder = 4 OnClick = Button4Click end object PopupMenu1: TPopupMenu OnPopup = PopupMenu1Popup Left = 58 Top = 124 object SelectAll1: TMenuItem Caption = '&Select All' ShortCut = 16449 OnClick = SelectAll1Click end object Copy1: TMenuItem Caption = '&Copy Selected' ShortCut = 16451 OnClick = Copy1Click end end end